home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHack 1996
/
MacHack 1996.toast
/
Hacks
/
Hacks ’92
/
NotificationMon ƒ
/
NotificationMon.ƒ
/
Source
/
NotificationReset.c
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-06-22
|
234 b
|
12 lines
|
[
TEXT/KAHL
]
#include"NotificationMon.h"
void DoNotificationReset()
{
short itemHit;
ParamText("\pAre you sure you want to remove all Notifications?",nil,nil,nil);
itemHit = Alert(500,nil);
if(itemHit == 1)
KillNotifications(MainView);
}